Improve Runtime Console navigation and coding guidance - #309
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Independent review / continuation
Recovered Codex session
01a0708d-f541-74c0-9ec7-1f30ac5a16f0after its workspace quota ended and reviewed the existing work independently.A real stop-point blocker was found: Codex had reduced the standalone workflow projection, but the complete
work_on_projectsparse payload still exceeded its existing budgets (fresh=4664 > 4300,unchanged=4763 > 4400). The guidance was compressed without widening those limits or dropping the authority/retry/review boundaries. Final values arefresh=4289andunchanged=4388.The generic test schema validator also now enforces
minItems, so the new required workflow/default guidance arrays are actually tested against the declared output schema.The branch was rebased cleanly onto
86fcf575(Govern specialized Plugin and SSH invocations (#308)).Validation
cargo test -p webcodex --lib work_on_project -- --nocapture— 31 passed; fresh 4289 B, unchanged continuation 4388 Bcargo test -p webcodex --lib builtin_coding_workflow -- --nocapture— 3 passedcargo test -p webcodex --lib startup_brief -- --nocapture— 22 passed; worst-case standard startup 30560 Bcargo test -p webcodex --lib context_projection -- --nocapture— 6 passedcargo test -p webcodex-tool-contracts— 87 passedcargo check -p webcodex --lib— passednpm --prefix frontend run typecheck— passednpm --prefix frontend run check:dist— passednode --test frontend/test/runtime_console_state.test.mjs frontend/test/runtime_navigation.test.mjs— 32 passedcargo fmt --all -- --check— passedgit diff --check origin/main...HEAD— passedThe original Codex UI pass also exercised mock-browser layouts from mobile through wide desktop, including context switching, keyboard reopen, operation selection/focus, horizontal overflow, and script-error checks.